﻿2026-08-18T03:01:53.4665025Z ##[group]Run actions/checkout@v5
2026-08-18T03:01:53.4665730Z with:
2026-08-18T03:01:53.4666208Z   fetch-depth: 0
2026-08-18T03:01:53.4666708Z   repository: BigscreenVR/spt-bs-core
2026-08-18T03:01:53.4670175Z   token: ***
2026-08-18T03:01:53.4670681Z   ssh-strict: true
2026-08-18T03:01:53.4671129Z   ssh-user: git
2026-08-18T03:01:53.4671673Z   persist-credentials: true
2026-08-18T03:01:53.4672169Z   clean: true
2026-08-18T03:01:53.4672643Z   sparse-checkout-cone-mode: true
2026-08-18T03:01:53.4673200Z   fetch-tags: false
2026-08-18T03:01:53.4673705Z   show-progress: true
2026-08-18T03:01:53.4719305Z   lfs: false
2026-08-18T03:01:53.4719838Z   submodules: false
2026-08-18T03:01:53.4720261Z   set-safe-directory: true
2026-08-18T03:01:53.4720712Z   allow-unsafe-pr-checkout: false
2026-08-18T03:01:53.4721136Z ##[endgroup]
2026-08-18T03:01:53.5479900Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-18T03:01:53.5482027Z ##[group]Getting Git version info
2026-08-18T03:01:53.5483019Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-08-18T03:01:53.5484759Z [command]/usr/bin/git version
2026-08-18T03:01:53.5516106Z git version 2.43.0
2026-08-18T03:01:53.5533630Z ##[endgroup]
2026-08-18T03:01:53.5541687Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/3730dd4c-f43e-4510-be91-1d97b43a7e9d/.gitconfig'
2026-08-18T03:01:53.5549096Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/3730dd4c-f43e-4510-be91-1d97b43a7e9d' before making global git config changes
2026-08-18T03:01:53.5550414Z Adding repository directory to the temporary git global config as a safe directory
2026-08-18T03:01:53.5552328Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-18T03:01:53.5604563Z [command]/usr/bin/git config --local --get remote.origin.url
2026-08-18T03:01:53.5623218Z https://github.com/BigscreenVR/spt-bs-core
2026-08-18T03:01:53.5633698Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-18T03:01:53.5636541Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-18T03:01:53.5656054Z refs/heads/golden/nameplate-181
2026-08-18T03:01:53.5662294Z [command]/usr/bin/git checkout --detach
2026-08-18T03:01:53.5719104Z HEAD is now at f967208e3 docs(flake-ledger): engine_room_bringup :1212 sid-identity + :1150 precondition signatures; resident_service unclassified sighting
2026-08-18T03:01:53.5751867Z [command]/usr/bin/git branch --delete --force golden/nameplate-181
2026-08-18T03:01:53.5780485Z Deleted branch golden/nameplate-181 (was f967208e3).
2026-08-18T03:01:53.5886743Z ##[endgroup]
2026-08-18T03:01:53.5890074Z [command]/usr/bin/git submodule status
2026-08-18T03:01:53.6084694Z ##[group]Cleaning the repository
2026-08-18T03:01:53.6085484Z [command]/usr/bin/git clean -ffdx
2026-08-18T03:01:53.6123466Z [command]/usr/bin/git reset --hard HEAD
2026-08-18T03:01:53.6185290Z HEAD is now at f967208e3 docs(flake-ledger): engine_room_bringup :1212 sid-identity + :1150 precondition signatures; resident_service unclassified sighting
2026-08-18T03:01:53.6189751Z ##[endgroup]
2026-08-18T03:01:53.6191246Z ##[group]Disabling automatic garbage collection
2026-08-18T03:01:53.6194066Z [command]/usr/bin/git config --local gc.auto 0
2026-08-18T03:01:53.6216702Z ##[endgroup]
2026-08-18T03:01:53.6217501Z ##[group]Setting up auth
2026-08-18T03:01:53.6221426Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-18T03:01:53.6242990Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-08-18T03:01:53.6429046Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-18T03:01:53.6453110Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-08-18T03:01:53.6638196Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-18T03:01:53.6661588Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-18T03:01:53.6848183Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-18T03:01:53.6879094Z ##[endgroup]
2026-08-18T03:01:53.6879901Z ##[group]Fetching the repository
2026-08-18T03:01:53.6885669Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/*
2026-08-18T03:01:59.9693665Z From https://github.com/BigscreenVR/spt-bs-core
2026-08-18T03:01:59.9695416Z  * [new branch]          build/nameplate-w1 -> origin/build/nameplate-w1
2026-08-18T03:01:59.9696037Z  * [new branch]          build/nameplate-w2 -> origin/build/nameplate-w2
2026-08-18T03:01:59.9696606Z  * [new branch]          build/nameplate-w3 -> origin/build/nameplate-w3
2026-08-18T03:01:59.9697534Z  * [new branch]          build/nameplate-w4 -> origin/build/nameplate-w4
2026-08-18T03:01:59.9698260Z  * [new branch]          build/nameplate-w5 -> origin/build/nameplate-w5
2026-08-18T03:01:59.9698932Z  * [new branch]          fix/nameplate-w3-discover-repin -> origin/fix/nameplate-w3-discover-repin
2026-08-18T03:01:59.9772051Z [command]/usr/bin/git branch --list --remote origin/golden/nameplate-181
2026-08-18T03:01:59.9826224Z   origin/golden/nameplate-181
2026-08-18T03:01:59.9832559Z [command]/usr/bin/git rev-parse refs/remotes/origin/golden/nameplate-181
2026-08-18T03:01:59.9848356Z f967208e327fadd0103552d72c85a0475a734abe
2026-08-18T03:01:59.9851937Z ##[endgroup]
2026-08-18T03:01:59.9852437Z ##[group]Determining the checkout info
2026-08-18T03:01:59.9853045Z ##[endgroup]
2026-08-18T03:01:59.9856179Z [command]/usr/bin/git sparse-checkout disable
2026-08-18T03:01:59.9893515Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-18T03:01:59.9915538Z ##[group]Checking out the ref
2026-08-18T03:01:59.9918807Z [command]/usr/bin/git checkout --progress --force -B golden/nameplate-181 refs/remotes/origin/golden/nameplate-181
2026-08-18T03:01:59.9977291Z Switched to a new branch 'golden/nameplate-181'
2026-08-18T03:01:59.9977925Z branch 'golden/nameplate-181' set up to track 'origin/golden/nameplate-181'.
2026-08-18T03:01:59.9982686Z ##[endgroup]
2026-08-18T03:02:00.0018356Z [command]/usr/bin/git log -1 --format=%H
2026-08-18T03:02:00.0044434Z f967208e327fadd0103552d72c85a0475a734abe
